Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update heatmaps docs - fixation based #720

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

nadje
Copy link
Contributor

@nadje nadje commented Nov 21, 2024

No description provided.


The output of the Heatmap Visualization is two image files: one image with just the Heatmap and another where it is overlayed on the reference image.

:::: details Implementation Details

1. Compute the 2D histogram over the raw gaze data of all recordings. The histogram has the same aspect ratio as the reference image, with the wider side set to 300 bins:
1. Compute the 2D histogram over the raw fixation data of all recordings. The histogram has the same aspect ratio as the reference image, with the wider side set to 300 bins:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Compute the 2D histogram over the raw fixation data of all recordings. The histogram has the same aspect ratio as the reference image, with the wider side set to 300 bins:
1. Compute the 2D histogram over the fixation data of all selected recordings. The histogram has the same aspect ratio as the reference image, with the wider side set to 300 bins:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants